# LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
# message, etc. within a source of a web page.
# #1 File name, #2 Line number
# examples: somePage.htm (line 64)
Line=%S (line %S)
InstanceLine=%S #%S (line %S)
StackItem=%S (%S line %S)
SystemItem=<System>
# LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
# For example, right clicking on an element in the HTML panel offers an action to inspect
# clicked element in the DOM panel (tab).
# #1 Target panel title
# examples: Inspect in DOM Tab
InspectInTab=Inspect in %S Tab
NoName=(no name)
# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
# do not translate.
# #1 jsdIScript.tag
jsdIScript=jsdIScript %S
# HTML panel context menu items.
ShowFullText=Show Full Text
ShowWhitespace=Show White Space
ShowTextNodesWithEntities=Show Basic Entities
ShowComments=Show Comments
HighlightMutations=Highlight Changes
ExpandMutations=Expand Changes
ScrollToMutations=Scroll Changes Into View
ScrollIntoView=Scroll Into View
NewAttribute=New Attribute...
EditHTMLElement=Edit HTML...
EditSVGElement=Edit SVG...
EditMathMLElement=Edit MathML...
DeleteElement=Delete Element
EditNode=Edit HTML...
DeleteNode=Delete Node
ShowQuickInfoBox=Show Quick Info Box
ShadeBoxModel=Shade Box Model
# Quick Info Box
quickInfo=Quick Info
computedStyle=Computed Style
# LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
# button that are used when the HTML panel is currently selected. The button allows stopping
# JS execution when DOM of the current page is modified.
html.Break_On_Mutate=Break On Mutate
html.Disable_Break_On_Mutate=Disable Break On Mutate
html.label.Break_On_Text_Change=Break On Text Change
html.label.HTML_Breakpoints=HTML Breakpoints
html.label.Break_On_Attribute_Change=Break On Attribute Change
html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
html.label.Break_On_Element_Removal=Break On Element Removal
dom.label.DOM_Breakpoints=DOM Breakpoints
# LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
# editing an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Edit Attribute "onclick"...
EditAttribute=Edit Attribute "%S"...
# LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
# deleting an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Delete Attribute "onclick"...
DeleteAttribute=Delete Attribute "%S"
# LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
# that has been inherited. Used in the Style side panel (under HTML panel).
# examples: Inherited from table.tabView
InheritedFrom=Inherited from
SothinkWarning=The Sothink SWF Catcher extension is preventing Firebug from working properly.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">this item on the Firebug FAQ</a> for help.
DOMInspectorWarning=Unable to show styles.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">this item on the Firebug FAQ</a> for help.
EmptyStyleSheet=There are no rules in this stylesheet.
EmptyElementCSS=This element has no style rules.
EditStyle=Edit Element Style...
NewRule=New Rule...
NewProp=New Property...
# LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
# Allows to edit an existing CSS rule property.
# %S Name of the clicked property
# examples: Edit "background-color"...
EditProp=Edit "%S"...
# LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
# Allows to disable an existing CSS rule property.
# %S Name of the clicked property
# examples: Disable "background-color"
DisableProp=Disable "%S"
# LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
# Allows to delete an existing CSS rule property.
# %S Name of the clicked property
# examples: Delete "background-color"
DeleteProp=Delete "%S"
# Console context menu labels.
BreakOnThisError=Break on This Error
BreakOnAllErrors=Break on All Errors
DisableBreakOnNext=Disable Break on Next
DecompileEvals=Decompile for eval() source
ShowAllSourceFiles=Show chrome sources
TrackThrowCatch=Track Throw/Catch
UseLastLineForEvalName=Use Last Source Line for eval() names
UseMD5ForEvalName=Use MD5 for eval() names
# LOCALIZATION NOTE do not translate, no longer used(?)
DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
DBG_FBS_BP=Beware! DBG_BP
DBG_FBS_ERRORS=Beware! DBG_ERRORS
DBG_FBS_STEP=Beware! DBG_STEP
# Breakpoints side panel
Breakpoints=Breakpoints
ErrorBreakpoints=Error Breakpoints
LoggedFunctions=Logged Functions
EnableAllBreakpoints=Enable All Breakpoints
DisableAllBreakpoints=Disable All Breakpoints
ClearAllBreakpoints=Remove All Breakpoints
# Script panel
Continue=Continue
StepOver=Step Over
StepInto=Step Into
StepOut=Step Out
RunUntil=Run to This Line
ScriptsFilterStatic=Show Static Scripts
ScriptsFilterEval=Show Static and eval Scripts
ScriptsFilterEvent=Show Static and event Scripts
ScriptsFilterAll=Show Static, eval, and event Scripts
ScriptsFilterStaticShort=static
ScriptsFilterEvalShort=evals
ScriptsFilterEventShort=events
ScriptsFilterAllShort=all
ShowUserProps=Show User-defined Properties
ShowUserFuncs=Show User-defined Functions
ShowDOMProps=Show DOM Properties
ShowDOMFuncs=Show DOM Functions
ShowDOMConstants=Show DOM Constants
NoMembersWarning=There are no properties to show for this object.
NewWatch=New watch expression...
AddWatch=Add Watch
CopySourceCode=Copy Source
CopyValue=Copy Value
Copy_Name=Copy Name
Copy_Path=Copy Path
NewProperty=New Property...
EditProperty=Edit Property...
EditVariable=Edit Variable...
EditWatch=Edit Watch...
DeleteProperty=Delete Property
DeleteWatch=Delete Watch
ConditionInput=This breakpoint will stop only if this expression is true:
# Tooltip for the "Break on... " button used when the Console panel is selected.
console.Disable_Break_On_All_Errors=Disable Break On All Errors
console.Break_On_All_Errors=Break On All Errors
# Console strings used when JavaScript is not available
console.JSDisabledInFirefoxPrefs=JavaScript is disabled in your Firefox preferences. If you would like to use the Console panel then please enable this option under 'Tools' -> 'Options' -> 'Content' -> 'Enable JavaScript'